If/Else Loops in Templates: Question
Using Jamroom
The only $_Post variable I can find in that template is this one:-
{$_post}
Array (6)
_uri => "/americymru/documentation/adjectives"
module_url => "americymru"
module => "jrDocs"
option => "adjectives"
_1 => "adjectives"
_profile_id => "42"
So I tried :-
{if($_post['/americymru/documentation/adjectives'] == 'adjectives')}
blah blah
{/if}
But nothing happened. On a side note it seems that I cannot remove the text 'learning about debug' even though I took the debug code out of the template?